/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



/*.pos{position: relative;width:1920px;left:50%;margin-left:-960px;overflow:hidden;}*/
.wh{width:1200px;margin:0 auto;}


.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}


/*头部样式*/
.top2{height:114px;position:fixed;left: 0;top: 0;z-index: 9999;width: 1920px;left: 50%;margin-left: -960px;}
.logo{float:left;line-height:114px;}
.logo img {width:80%;}


.k2{margin-top: 5px;font-size:14px;color:#333333;line-height:35px;background: url(../images/t.png) no-repeat left center;padding-left:54px;}
.k2 p:nth-child(2){color:#2459a9;font-size:27px;}






/*热门搜索*/
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}

.ss {
    width: 32px;
    position: relative;float:right;margin-top:44px;
}

.ss .ss1 {
    width: 32px;
    height: 33px;
    background: url(//cdn.myxypt.com/2af90277/22/04/3e35272b8c09b92d9d617bce005c2b3c23204848.png) no-repeat center center;
    z-index: 999;
}

.ss .sou{
    position: absolute;
    right: 0;
    top: 37px;
    width:292px;
    z-index: 999999;height:122px;background:#ffffff;padding-top:6px;
    display:none;
}
.stt{color:#333333;font-size:20px;line-height:38px;padding-left:15px;}
#formsearch{height:40px;background:#cccccc;border:none;outline:none;}
#formsearch input{}
#formsearch input#keyword{height:40px;line-height:40px;padding-left:13px;float:left;color:#ffffff;font-size:14px;background:none;border:none;outline:none;width:229px;}
#formsearch input#s_btn{width:60px;height:40px;line-height:40px;text-align:center;background:none;border:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 12px;float:right;background:url(//cdn.myxypt.com/2af90277/21/07/a21e440872cad1d7e6443daefaaa9959c7bc1591.png) no-repeat center center;}
#formsearch input::-webkit-input-placeholder{color:#ffffff;}
#formsearch textarea::-webkit-input-placeholder{color:#ffffff;}

/*搜索和热门搜索*/
.hotSearch{float:left;font-weight:normal;color:#333333;font-size:14px;line-height:38px;padding-left:5px;}
.hotSearch a{padding:0 3px 0 8px;font-size:12px;color:#333333;}
.hotSearch a:nth-child(1){/*padding-left:0;*/}
.hotSearch a+a{background: url(//cdn.myxypt.com/2af90277/21/07/8f9dc213eb0c80ff24f5628b24901598ba6861d2.png) no-repeat left bottom;}





/* 导航样式 */
.x-menu {width:790px;
   z-index:999999;float:right;height:50px;margin-top:34px;
}

.x-menu > li {
    float: left;
    position: relative;
    height:50px;
}
.x-menu > li+li{margin-left:20px;}


.x-menu > li > a {
  display: block;
  width: 78px;
  text-align:center;
  font-size:16px;
  color: #ffffff;
  line-height:50px;
}

.x-menu > li > a:after{
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 3px;
    background: #ee7522;
    content: "";
    opacity: 0;
    position:absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.x-menu > li:hover > a:after{
    opacity: 1;
    width: 100%;
    
}

.x-menu > li:hover > a {
  color:#ee7522;
}




.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index:999;
    width:150%;
    left:-25%;
    top:50px;
    background: rgba(255, 255, 255, .75);
    opacity: 0;padding:6px 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height:30px;
    position: relative;
}


.x-sub-menu > li > a:after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color:#ee7522;
    z-index: 0;
    transition-duration: .6s;

}
.x-sub-menu > li > a:hover:after {
    width: 100%;
}




.x-sub-menu > li > a span {
    position: relative;
    z-index: 1;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.x-sub-menu > li > a:hover{color:#fff;}





.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}




.sun-delay0 {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
                transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
                transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
                transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
                transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
                transition-delay: 2.2s;
    }

    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 2s;
                transition-duration: 2s;
    }

    .sun-ani-left {
        -webkit-transform: translateX(-900px);
                transform: translateX(-900px);
    }

    .sun-ani-down {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }


.sun-ani-up {
        -webkit-transform: translateY(-100px);
                transform: translateY(100px);
    }

    .sun-ani-right {
        -webkit-transform: translatex(100px);
                transform: translatex(100px);
    }

    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
                transform: translatex(0);
   }






/*主体样式*/
.section{position:relative;overflow:hidden;height:100vh;}
.banner-icon{position: absolute;bottom:65px;z-index: 999;width: 100%;text-align: center;-webkit-animation: myfirst 1.5s infinite;animation: myfirst 1.5s infinite;}
.banner-icon a{display: inline-block;}
@-webkit-keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -20px); transform: translate(0px, -20px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}
@keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -20px); transform: translate(0px, -20px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}



/*关于我们*/
.about{width:600px;}
.att{color:#fff;font-size:36px;background:url(//cdn.myxypt.com/2af90277/22/04/2d6e091f6b746fb915262fbc56198c844b7963e5.png) no-repeat left bottom;line-height:85px;}
.ab{color:#fff;font-size:15px;line-height:36px;margin-top:25px;margin-right:18px;}
.ab a{color:#ee7522;}
.ads{margin-top:35px;}
.ads li{float:left;}
.ads li+li{margin-left:38px;}
.ads li .wz{text-align:center;}
.ads li h3{display:inline-block;color:#ee7522;font-size:30px;font-weight:bold;}
.ads li sup{color:#ffffff;font-size:13px;margin-left:4px;top:-5px;}
.ads li p{color:#ffffff;font-size:15px;margin-top:6px;}


/*产品*/
.sort1{}
.sort1 li{width:25%;float:left;position:relative;overflow:hidden;height:100%;}
.sort1 li .img{width:100%;height:100%;}
.sort1 li .img1{width:100%;height:100%;overflow: hidden;}
.sort1 li .img1 img{width:100%;height:100%;overflow: hidden;transition: all 1s;}
.sort1 li .mask{width:100%;position:absolute;height:100%;left:0;top:0;z-index:99999;}
.sort1 li .det{display:flex;align-items: center;justify-content: center;flex-direction:column;height:100%;}
.sort1 li h3{color:#fff;font-size:42px;}
.sort1 li h4{color:#f2f2f2;font-size:20px;line-height:36px;text-transform:uppercase;padding:0 70px;margin-top:20px;height:72px;overflow:hidden;text-align:center;}
.sort1 li p{color:#fff;font-size:18px;text-align:center;border:1px solid #fff;border-radius:12px;width:170px;line-height:46px;margin:0 auto;margin-top:80px;}
.sort1 li:hover p{color:#ee7522;border-color:#ee7522;}
.sort1 li:hover img{transform: scale(1.1);}

.product-detail{width:100%;height: 100%; background: rgba(0,0,0,0.7); position:absolute; top: 0; opacity: 1; transition: top 0s, opacity 0.3s linear 0s;}
.sort1 li:nth-child(2n+1):hover .product-detail { top: 100%; opacity: 0; transition: 0.5s linear 0s; }
.sort1 li:nth-child(2n+2):hover .product-detail { top: -100%; opacity: 0; transition: top 0.5s ease-out 0s, opacity 0.3s ease-out 0.3s; }
.sort1 li:hover a{transition: 0.5s linear 0.3s; transform: scale(1.05);}
.sort1 li a{transition: 0.5s linear 0s; display: block; height: 100%; width: 100%;}




/*新闻*/
.xtt{color:#fff;text-align:center;font-size:36px;}
.section3 .cont{margin-top:46px;}
        .picScroll-left{ overflow:hidden; position:relative;width:580px;}
        .picScroll-left .hd{ overflow:hidden;}
        .picScroll-left .hd .prev{display:block;width:12px;height:21px;background:url(//cdn.myxypt.com/2af90277/21/07/47139296ed9aedf5a3428839474e0f4a92bef3a2.png) no-repeat;position:absolute;right:45px;bottom:10px;z-index:99999;}
        .picScroll-left .hd .next{display:block;width:12px;height:21px;background:url(//cdn.myxypt.com/2af90277/21/07/aa7e4af6f5c69a53a423ea4beac9e6e2264fd1bf.png) no-repeat;position:absolute;right:12px;bottom:10px;z-index:99999;}
        .picScroll-left .hd .prev:hover{background:url(//cdn.myxypt.com/2af90277/21/07/92a15e3b93e1b9ac56b98eaa1ade1c0d457fa324.png) no-repeat;}
        .picScroll-left .hd .next:hover{background:url(//cdn.myxypt.com/2af90277/21/07/befd583f18141a34b52a4665d749f277d043e2d8.png) no-repeat;}

        .picScroll-left .bd{}
        .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
        .picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden;width:580px;height:347px;position:relative;}
        .picScroll-left .bd ul li .img img{width:580px;height:347px;}
        .picScroll-left .bd ul li .det{width:100%;background: rgba(0,0,0,0.75);height:40px;position:absolute;left:0;bottom:0;}
        .picScroll-left .bd ul li h3{color:#fff;font-size:16px;line-height:40px;padding-left:16px;}
        .picScroll-left .bd ul li:hover h3{color:#ee7522;}


.xlist1{width:575px;}
.xlist1 li{border-bottom:1px solid #ffffff;height:115px;position:relative;padding-top:19px;}
.xlist1 li h4{color:#fff;font-size:16px;float:left;}
.xlist1 li h3{color:#fff;font-size:16px;float:left;padding-left:35px;transition: all 0.5s;}
.xlist1 li span{display:block;color:#cccccc;font-size:14px;line-height:24px;height:48px;overflow:hidden;margin-top:12px;}
.xlist1 li:hover h3{padding-left:45px;color:#ee7522;}
.xlist1 li:before{content:"";width:0;height:1px;background:#ee7522;position: relative;display: block;left:0;top:95px;transition: all 2s;} 
.xlist1 li:hover:before{width:100%;}




/*联系*/
.section4{position:relative;}
.lxz{width:600px;}
.lxtt{color:#fff;font-size:36px;}
.lxtt{color:#fff;font-size:36px;}
.lxz .cont{margin-top:55px;}
.code{width:148px;}
.lx{color:#fff;font-size:18px;line-height:40px;margin-left:17px;margin-top:-13px;}

.ly{width:482px;}
.lytt{color:#fff;font-size:16px;line-height:37px;border-bottom:1px solid #ffffff;}
.lywz{width:395px;}
.mm1{margin-bottom:17px;}





/*友情链接*/
.f_link{}
.f_link a{padding-right:6px;}




/*页面底部*/
.section4 .foot{position:relative;width:100%;position:absolute;left:0;bottom:0;background:#fff;padding:15px 0;}

.foot{background:#fff;padding:15px 0;}
.copyright{text-align:center;line-height:26px;color:#333333;font-size:15px;}
.copyright a{color:#333333;}
.copyright a:hover{color:#ee7522;}









/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}




.nt {
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
}

.nt span {
  display: none;
}



/* 右侧产品 案例 列表页 */

.xypg-product-list li .xx1,
.xypg-case-list li .xx1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #ee7522;
    transition: 0.2s;
}

.xypg-product-list li:hover .xx1,
.xypg-case-list li:hover .xx1 {
    width: 100%;
}

.xypg-product-list li .xx2,
.xypg-case-list li .xx2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 1px;
    background: #ee7522;
    transition: 0.4s;
}

.xypg-product-list li:hover .xx2,
.xypg-case-list li:hover .xx2 {
    height: 100%;
}

.xypg-product-list li .xx3,
.xypg-case-list li .xx3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 1px;
    background: #ee7522;
    transition: 0.6s;
}

.xypg-product-list li:hover .xx3,
.xypg-case-list li:hover .xx3 {
    width: 100%;
}

.xypg-product-list li .xx4,
.xypg-case-list li .xx4 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    background: #ee7522;
    transition: 0.8s;
}

.xypg-product-list li:hover .xx4,
.xypg-case-list li:hover .xx4 {
    height: 100%;
}

.x-banner{height:100vh;overflow: hidden;width:100vw;}
.x-banner img{height:100vh;overflow: hidden;width:100%;}

